home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / emulation / tasread / tasread.text < prev    next >
Text File  |  1999-06-14  |  2KB  |  44 lines

  1.             TasREAD.bas v1.02 - BETA TEST VERSION
  2.  
  3. By Simon N Goodwin, freely distributable (when it's finished!)
  4.  
  5. This is the second version of a program to display fixed length
  6. line files on the Amiga. It was written to read Spectrum Tasword
  7. and SAM SAMscratch files from MGT disks on the Amiga, via Frank
  8. Swift's excelent SP-handler. It can easily be modifed for other
  9. line widths (e.g. 32 column Tasword or 85 column MasterScratch)
  10. if you have HiSoft BASIC or some other MBASIC/QBASIC compatible
  11. compiler.
  12.  
  13. TasRead 1.02 tries to work out the line length from the total
  14. file length but this may not always work, in which case you'll
  15. need to 'hard-wire' a certain value for LENGTH% in the program
  16. and re-compile it. The problem is that ZX files may not be an
  17. exact multiple of the line length in size, and 32 column files
  18. with an even number of lines may be misinterpreted as having
  19. 64 columns.
  20.  
  21. The main change in version 1.02 is to strip a PLUS3DOS file
  22. header if present - this suits Dominic Morris's DISCDOS.DOC,
  23. and Tasword 2 formatted files read from +3 media with Frank
  24. Swift's XFS.
  25.  
  26. TasRead can also be used for other fixed-length formats, such
  27. as FORTH (which often uses 'screens' of 16 or 24 fixed-length
  28. lines).
  29.  
  30. The program should no longer stop with an error requester if
  31. you specify a file with a length that is not a whole number
  32. of full lines. In such cases the partial line at the end of
  33. the file will be output, though it may be junk.
  34.  
  35. The program is very simple - most of the code is concerned with
  36. the Amiga display not the conversion. It could be converted or
  37. rewritten for other platforms. If you do this, please let me
  38. know by email:
  39.  
  40.          simon@studio.woden.com
  41.  
  42. Oldbury, UK, 2nd July 1997 to 26th April 1999 (nearly ready?!)
  43.  
  44.